body {
  background: #EAEAEA;
  font-family: "Helvetica Neue", Helvetica, Roboto, Segoe UI, Arial, sans-serif;
  margin: 0;
  width: 100%;
}
#rxp-body {
  background-color: #f5f5f5;
}
.clear {
  clear: both;
}
.OPW_header {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  display: table;
  padding: 15px 5px;
}
.OPW_header img {
  width: 385px;
  display: table-cell;
  vertical-align: middle;
}
.OPW_header div {
  display: table-cell;
  text-align: right;
  font-size: 14px;
  padding-right: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #292929;
  width: 100%;
}
.OPW_header p {
  opacity: 0.5;
}
.OPW_header .name {
  color: #004c42;
  font-size: 23px;
  opacity: 1.0;
}
@media all and (max-width: 700px) {
  .OPW_header {
    display: block;
    text-align: center;
    padding: 15px 15px;
    box-sizing: border-box;
  }
  .OPW_header img {
    display: block;
    padding : 0;
    width: 100%;
    max-width: 250px;
  }
  .OPW_header div {
    display: block;
    text-align: center;
    max-width: 100%;
  }
  .OPW_header .name {
    display: none;
  }  
}
.OPW_body {
  margin-top: 20px;
  margin-bottom: 20px;
}
.OPW_bodyInner {
  max-width: 1080px;
  margin: 0 auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 22px 0 ;
}
@media all and (max-width: 1080px) {
  .OPW_bodyInner {
    margin: 0 10px;
    padding: 22px;
  }
}
@media all and (max-width: 550px) {    
  .OPW_bodyInner {
    padding: 10px;
  }
}
.OPW_footer {
  margin-top: 10px;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 50px 0;
  text-align: center;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.OPW_footer img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.OPW_footer .trust {
  max-width: 150px;
}
